home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
doc
/
intro
/
macros
/
ex6.1.sci
< prev
next >
Wrap
Text File
|
1999-09-16
|
139b
|
11 lines
m1=1;m2=1;r1=1;r2=1;
g=9.8;
t0=0;
t=0:.1:1.5;
z0=[%pi/2;%pi/2;0;0];
getf('dpend.bas');
comp(dpend);
comp(pp);
z=ode(z0,t0,t,dpend);
pp(z);